Platform Explorer / Nuxeo Platform 6.0

Operation Document.Routing.GetGraph (Get graph)

Description

get graph nodes.
Operation id Document.Routing.GetGraph
Category Routing
Label Get graph
Requires
Since

Parameters

Name Description Type Required Default value
routeDocId string yes  
language string no  

Signature

Inputs void
Outputs blob

Implementation Information

Implementation Class Class: org.nuxeo.ecm.platform.routing.core.impl.GetGraphOperation
Contributing Component org.nuxeo.ecm.platform.routing.operations

JSON Definition

{
  "id" : "Document.Routing.GetGraph",
  "label" : "Get graph",
  "category" : "Routing",
  "requires" : null,
  "description" : "get graph nodes.",
  "url" : "Document.Routing.GetGraph",
  "signature" : [ "void", "blob" ],
  "params" : [ {
    "name" : "routeDocId",
    "description" : null,
    "type" : "string",
    "required" : true,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  }, {
    "name" : "language",
    "description" : null,
    "type" : "string",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  } ]
}